home *** CD-ROM | disk | FTP | other *** search
/ X User Tools / X User Tools (O'Reilly and Associates)(1994).ISO / sun4c / archive / tcltk.z / tcltk / man / cat3 / ClrSelect.3 < prev    next >
Text File  |  1994-09-20  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4. Tk_ClearSelection(3)  Tk Library Procedures
  5.  
  6.  
  7.  
  8. _________________________________________________________________
  9.  
  10. NAME
  11.      Tk_ClearSelection - Deselect the selection
  12.  
  13. SYNOPSIS
  14.      #include <tk.h>
  15.  
  16.      Tk_ClearSelection(_t_k_w_i_n)
  17.  
  18. ARGUMENTS
  19.      Tk_Window   _t_k_w_i_n   (in)      The selection will be  cleared
  20.                                    from  the  display  containing
  21.                                    this window.
  22. _________________________________________________________________
  23.  
  24.  
  25. DESCRIPTION
  26.      Tk_ClearSelection cancels the selection for the display con-
  27.      taining _t_k_w_i_n.  The selection need not be in _t_k_w_i_n itself or
  28.      even in _t_k_w_i_n's application.  If there is a window  anywhere
  29.      on _t_k_w_i_n's display that owns the primary selection, the win-
  30.      dow will be notified and the selection will be cleared.   If
  31.      there  is no primary selection on the display, then the pro-
  32.      cedure has no effect.
  33.  
  34.  
  35. KEYWORDS
  36.      clear, selection
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Tk                                                              1
  64.  
  65.  
  66.  
  67.